Skip to content

Rename package directory from fmpose to fmpose3d#6

Merged
MMathisLab merged 2 commits intoMMathisLab/fmpose3dfrom
copilot/sub-pr-1
Feb 2, 2026
Merged

Rename package directory from fmpose to fmpose3d#6
MMathisLab merged 2 commits intoMMathisLab/fmpose3dfrom
copilot/sub-pr-1

Conversation

Copy link

Copilot AI commented Feb 2, 2026

Completes the FMPose → FMPose3D rebranding by renaming the Python package directory and updating all references.

Directory rename:

  • Renamed fmpose/ to fmpose3d/ using git mv to preserve history (64 files)

Import path updates:

  • Updated all import statements from fmpose.* to fmpose3d.* across scripts, tests, and demos
  • Modified files: scripts/FMPose3D_main.py, animals/scripts/main_animal3d.py, demo/vis_in_the_wild.py, tests/*.py, and internal package imports

Configuration updates:

  • Updated pyproject.toml version attribute: fmpose.__version__fmpose3d.__version__
  • Updated README.md installation instructions to reference fmpose3d package name

Example change:

# Before
from fmpose.common import opts, Human36mDataset, Fusion
from fmpose.models import Model as CFM

# After
from fmpose3d.common import opts, Human36mDataset, Fusion
from fmpose3d.models import Model as CFM

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com>
Copilot AI changed the title [WIP] Update project name to FMPose3D Rename package directory from fmpose to fmpose3d Feb 2, 2026
Copilot AI requested a review from MMathisLab February 2, 2026 14:35
@MMathisLab MMathisLab marked this pull request as ready for review February 2, 2026 14:36
@MMathisLab MMathisLab merged commit 974a0fd into MMathisLab/fmpose3d Feb 2, 2026
@MMathisLab MMathisLab deleted the copilot/sub-pr-1 branch February 2, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants